home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 002 / chedit.arc / README.1ST < prev    next >
Text File  |  1986-07-25  |  5KB  |  91 lines

  1. **************************************************************************
  2. *                                                                        *
  3. *        This set of programs is placed in the public domain by          *
  4. *                     their author, William Couture                      *
  5. *                                                                        *
  6. *  If you find this package to be of value to you, you are encouraged    *
  7. *  send $20.00 to:                                                       *
  8. *                   DDI                                                  *
  9. *                   1580 Rice Creek Road                                 *
  10. *                   Mpls, MN  55432                                      *
  11. *                                                                        *
  12. **************************************************************************
  13.  
  14. Description of files in the Chedit package:
  15.  
  16. CHEDIT.EXE - The CHaracter EDITor itself.
  17. CHEDIT.WS - The CHEDIT documentation in Wordstart document format.
  18. CHEDIT.DOC - The CHEDIT documentation in ASCII format.
  19. CGRAPHM.H - A header file for Microsoft C V3.0, declaring the character
  20.             graphics routines.
  21. CGRAPH.MSC - An object file containing the character graphics routines,
  22.              for the small memory model of Microsoft C.
  23. LOADEGA.MSC - An object file containing the LOADEGA routine, for the small
  24.               memory model of Microsoft C.
  25. MISC.MSC - An object file containing the miscellaneous routines grmode()
  26.            and cursor_pos() for EXAMP2.C, Microsoft C small memory model.
  27. CGRAPHC.DOC - The documentation for the C language version of the character
  28.               graphics routines.
  29. EXAMP1.C - Example program #1 from CGRAPHC.DOC.
  30. EXAMP2.C - Example program #2 from CGRAPHC.DOC.
  31. CGRAPH.C - C source code for several of the CGRAPH routines.
  32. EGA.C - A C source file containing a routine that loads an 8 x 14 character
  33.         set from a user program.
  34. CGRAPHC.H - A header file for Computer Innovations C, V2.3, declaring the
  35.             character graphics routines.
  36. CGRAPH.C86 - An object file containing the character graphics routines,
  37.              for the small memory model of Computer Innovations C.
  38.  
  39.              NOTE:  Since I do not have the Computer Innovations Compiler,
  40.              whether or not these routines will work is somewhat chancy.
  41.              Also, the LOADEGA and the miscellaneous routines are not present.
  42.              Anyone interested in CI86 support should check out the source
  43.              files in the companion package, available from DDI.
  44.  
  45. READMEC.BUG - A desciption of an apparent BIOS bug that affects this package,
  46.               C language version.
  47. REPLACEC.BUG - An include file for MSC that overcomes an apparent BIOS bug,
  48.                C language version.
  49. EGA.I - A Turbo Pascal include file containing routines that loads EGA
  50.         character set from a user program.
  51. PCHR.I - A Turbo Pascal include file that contains the code for the Pascal
  52.          version of the character graphics routines.
  53. EXAMP1.PAS - Example program #1 from CGRAPHP.DOC.
  54. EXAMP2.PAS - Example program #2 from CGRAPHP.DOC.
  55. CGRAPHP.DOC - The documentation for the Turbo Pascal version of the character
  56.               graphics routines.
  57. READMEP.BUG - A desciption of an apparent BIOS bug that affects this package,
  58.               Turbo Pascal version.
  59. REPLACEP.BUG - An include file that overcomes an apparent BIOS bug,
  60.                Turbo Pascal version.
  61. README.EGA - A late notice concerning EGA compatibility.
  62. LOADEGA.EXE - A program that allows you to use character sets created by
  63.               CHEDIT as the resident character set when using EGA.
  64. SLOTMCHN.CHR - A character set needed for EXAMP2.C and EXAMP2.PAS.
  65. BLANK.CHR - A blank character set.  Since the default when creating a new
  66.             character set in CHEDIT is a hatch pattern, this is very useful.
  67. IBM.CHR - A copy of the IBM ROM-resident double dot character set.
  68.           (Note:  Actually, the character set was obtained from a Zenith.)
  69. ALPHA.CHR - A standard ASCII character set example.  Also used by EXAMP1.C
  70.             and EXAMP1.PAS.
  71. UPPER.CHR - An extended ASCII character set example.
  72. CAR.CHR - An example of figures drawn with multiple characters.
  73. EGA1.CHR - Lower half of an example EGA character set.
  74. EGA2.CHR - Upper half of an example EGA character set.
  75. SCRIPT1.CHR - Lower half of another example EGA character set.
  76. SCRIPT2.CHR - Upper half of another example EGA character set.
  77. README.1ST - This file.
  78.  
  79.  
  80. **************************************************************************
  81. *                                                                        *
  82. *  Note:                                                                 *
  83. *       The source to the CHEDIT package is also available from DDI,     *
  84. *       for a $10.00 contribution to cover shipping and handling.        *
  85. *                                                                        *
  86. *       BE WARNED: CHEDIT grew out of a small, simple program, and       *
  87. *       the source code reflects this.  The source, in C for the         *
  88. *       DeSmet compiler, is confusing and almost totally uncommented.    *
  89. *                                                                        *
  90. **************************************************************************
  91.